Minor fix to error message.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 10 Mar 2006 10:47:24 +0000 (11:47 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 10 Mar 2006 10:47:24 +0000 (11:47 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xm-test/tests/list/06_list_nonroot.py

index c10ac56da8eda00af426a66e37b493d8f65ab097..db81d2f89ebc949fd262f0b3ae8ea5c7ed58dca5 100644 (file)
@@ -12,4 +12,4 @@ status, output = traceCommand("xm list")
 eyecatcher = "Error: Most commands need root access"
 where = output.find(eyecatcher)
 if where == -1:
-    FAIL("xm help: didn't see the root hint, saw %s" % output)
+    FAIL("xm list: didn't see the root hint, saw %s" % output)